home *** CD-ROM | disk | FTP | other *** search
/ Programmer Power Tools / Programmer Power Tools.iso / microcrn / issue_39.arc / MAN-JUL.DOC < prev    next >
Encoding:
Text File  |  1987-12-02  |  1.2 KB  |  29 lines

  1.  
  2.   This program supports an article on fractals in Micro Cornucopia issue #39.
  3. I've only taken the code far enough to allow convenient generation of the sets.
  4. The following problems WILL cause trouble for the sloppy typist (like me):
  5.  
  6.   -no error checking on numeric inputs
  7.   -doesn't check for existing file when saving a screen
  8.   -doesn't check for existing file when viewing a saved file. This is
  9.    particularly ugly since the user gets a text error message while still
  10.    in graphics mode. Do a <cr> to recover.
  11.  
  12.   HERCLIB.C is required for compilation. As set up, it should be located in
  13. your main TURBOC sub-directory. HERCLIB is a collection of Hercules graphics
  14. functions from the same issue of Micro C.
  15.  
  16.   I used Turbo C version 1.5 compact model for compilation.
  17.  
  18.   This program will only run on Herc or Herc clone systems. To use it on a CGA
  19. system (waste of time due to poor resolution) or an EGA system (good idea -
  20. looks cool with all those colors) edit HERCLIB to use the BIOS graphics calls
  21. or call your own graphics library. Be sure to change max_colors to reflect the
  22. number of colors available on your system. Of course max_col and max_row need
  23. to be changed in HERCLIB as well.
  24.  
  25.  
  26.   12-1-87   Larry Fogg    Happy Holidays !!!
  27.  
  28.  
  29.